From: Richard M. Stallman Date: Tue, 22 May 2007 08:23:36 +0000 (+0000) Subject: (Info-fontify-node): Match https also. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~2214 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2cf0c0db339da02d678e5aa08e9f2cbd9bcf262c;p=emacs.git (Info-fontify-node): Match https also. --- diff --git a/lisp/info.el b/lisp/info.el index b9216b903ec..3b709abca37 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -4074,7 +4074,7 @@ the variable `Info-file-list-for-emacs'." ;; Fontify http and ftp references (goto-char (point-min)) (when not-fontified-p - (while (re-search-forward "[hf]t?tp://[^ \t\n\"`({<>})']+" nil t) + (while (re-search-forward "\\(https?\\|ftp\\)://[^ \t\n\"`({<>})']+" nil t) (add-text-properties (match-beginning 0) (match-end 0) '(font-lock-face info-xref mouse-face highlight